type google.golang.org/grpc/internal/transport.itemList

11 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L52: type itemList struct {
		controlbuf.go#L57: func (il *itemList) enqueue(i any) {
		controlbuf.go#L71: func (il *itemList) peek() any {
		controlbuf.go#L75: func (il *itemList) dequeue() any {
		controlbuf.go#L89: func (il *itemList) dequeueAll() *itemNode {
		controlbuf.go#L95: func (il *itemList) isEmpty() bool {
		controlbuf.go#L241: 	itl              *itemList
		controlbuf.go#L316: 	list            *itemList // List of queued control frames.
		controlbuf.go#L330: 		list:     &itemList{},
		controlbuf.go#L677: 		itl:   &itemList{},
		controlbuf.go#L712: 		itl:   &itemList{},